Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ea79646. Configure here.
| ### Open tag manager from the Configuration tab {#configuration-tab} | ||
|
|
||
| To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab and go to the **General** section to view the tags that are set for your database. | ||
| To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab to view the tags that are set for your database. For Essentials databases, the **Manage tags** button is at the top of the tab; for Pro databases, go to the **General** section. |
There was a problem hiding this comment.
Essentials tags use Pro screenshot
Low Severity
The Configuration tab steps now say Essentials users find Manage tags at the top of the tab, but the screenshot below is still the Pro General layout (database-details-configuration-tab-general-flexible.png). Essentials readers see UI guidance that does not match the image.
Reviewed by Cursor Bugbot for commit ea79646. Configure here.
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
andy-stark-redis
left a comment
There was a problem hiding this comment.
Couple of broken images and a small question about consistency. Otherwise, no point in holding you up - j'approve!
|
|
||
| {{<image filename="images/rc/database-details-configuration-tab-danger-flexible.png" width="75%" alt="The Danger Zone of the Database details screen." >}} | ||
| <img src="../../../../images/rc/database-more-actions-delete-essentials.png" alt="The More actions menu on the database screen, with Delete database selected." width=40%> |
There was a problem hiding this comment.
Broken image and also good practice to use {{< image >}} here (there are a few <img> tags below too).
There was a problem hiding this comment.
The {{< image >}} shortcode doesn't work with the multitabs shortcode - it's a whole thing. The images will be fixed in the next commit.
| @@ -132,6 +205,8 @@ The **View Database** screen also has tabs that let you view: | |||
|
|
|||
| - **Slowlog**: a log showing recent [slow queries]({{< relref "/commands/slowlog" >}}) run against your database. The log displays when the action started, the duration, the complexity of the operation, and any parameters passed to the operation. | |||
|
|
|||
| - **Alerts** (_Essentials databases only_): the notification emails sent to your account and the conditions that trigger them. See [Configure alerts]({{< relref "/operate/rc/databases/monitor-performance#configure-metric-alerts" >}}) for more information. | |||
There was a problem hiding this comment.
The Pro tab above has an Alerts section that links to the same page (ie, not essentials-only, or maybe this list item should be a section in the essentials tab?)
There was a problem hiding this comment.
Yeah, but it's part of the Configuration tab. Whereas in Essentials, the Alerts tab is its own tab.
|
|
||
| {{<image filename="images/rc/database-fixed-configuration-security.png" width="75%" alt="The Security section of the Configuration tab of the database details page." >}} | ||
| {{<image filename="images/rc/database-essentials-default-user.png" width="75%" alt="The Security section of the Configuration tab of the database details page." >}} |


Note
Low Risk
Documentation-only Hugo/markdown changes with no application or security logic.
Overview
Updates Redis Cloud docs for the new Essentials database Configuration tab and related console changes, while keeping Pro flows documented separately (often via
multitabs).Essentials Configuration tab is documented in
view-edit-database.mdwith sections such as Performance & availability, Access, Data, Security, and Database info, plus an Alerts tab. Essentials edits are described as inline changes with Review changes / Confirm & pay, not the Pro Edit / Save database flow.Cross-page updates align console paths: remote backup and Backup now under Performance & availability > Remote backup (Essentials) vs Durability (Pro); endpoints in Access (Essentials) vs General (Pro); default user via Default user > Configure (Essentials); delete via More actions > Delete database (Essentials) vs Danger zone (Pro). Create flows mention Try 30 MB for free, plan-before-RAM/Flex ordering, and the operate index Alerts link now points to
monitor-performance#configure-metric-alerts.Reviewed by Cursor Bugbot for commit 9935b8f. Bugbot is set up for automated code reviews on this repo. Configure here.